home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / ACE_SubMod.lha / wbarg.lha / WBarg.h < prev    next >
Text File  |  1994-12-30  |  877b  |  32 lines

  1. {*
  2. ** External subprogram declarations for the
  3. ** library module WBarg.o. 
  4. **
  5. ** See the preliminary comments in WBarg.b for
  6. ** details of each subprogram's functionality.
  7. **
  8. ** The subprograms in WBarg.b require the dos and icon
  9. ** libraries to be open. This is handled by the code in
  10. ** WBarg.b however.
  11. ** 
  12. ** See also ace.doc, "Creating & using ACE subprogram modules".
  13. **
  14. ** Author: David J Benn
  15. **   Date: 29th,30th December 1994
  16. *}
  17.  
  18. DECLARE SUB LONGINT WBlaunched EXTERNAL
  19.  
  20. DECLARE SUB SHORTINT WBargcount EXTERNAL
  21. DECLARE SUB WBarg$(SHORTINT N) EXTERNAL
  22. DECLARE SUB WBargPath$(SHORTINT N) EXTERNAL
  23.  
  24. DECLARE SUB ToolTypeVal$(theArg$,toolType$) EXTERNAL
  25. DECLARE SUB LONGINT ToolTypeValMatched(toolVal$,value$) EXTERNAL
  26. DECLARE SUB DefaultTool$(theArg$) EXTERNAL
  27.  
  28. '..See external references section in WBarg.b re: the following kludge!
  29. ASSEM 
  30.   xdef _EXIT_PROG 
  31. END ASSEM
  32.